Fix incomplete > entities in docs.
authorLaszlo Pandy <lpandy@src.gnome.org>
Sat, 13 Aug 2011 13:21:09 +0000 (15:21 +0200)
committerLaszlo Pandy <lpandy@src.gnome.org>
Sat, 13 Aug 2011 13:22:44 +0000 (15:22 +0200)
gtk/gtkcomboboxtext.c
gtk/gtkfilefilter.c
gtk/gtkrecentfilter.c

index f1102cb1af65499cfb1ad1fe983aff9b28ab3d79..95db4800fcd85cb1023954dfbe552e492a4d34c1 100644 (file)
@@ -53,8 +53,8 @@
  * <title>GtkComboBoxText as GtkBuildable</title>
  * <para>
  * The GtkComboBoxText implementation of the GtkBuildable interface
- * supports adding items directly using the &lt;items&gt element
- * and specifying &lt;item&gt elements for each item. Each &lt;item&gt
+ * supports adding items directly using the &lt;items&gt; element
+ * and specifying &lt;item&gt; elements for each item. Each &lt;item&gt;
  * element supports the regular translation attributes "translatable",
  * "context" and "comments".
  *
index 4fdc6246333dc6c839faf0e09fd41113e76a9443..dec3f2d67015d66e8b7cd48870ea91e332870fed 100644 (file)
@@ -43,9 +43,9 @@
  * <title>GtkFileFilter as GtkBuildable</title>
  * <para>
  * The GtkFileFilter implementation of the GtkBuildable interface
- * supports adding rules using the &lt;mime-types&gt, &lt;patterns&gt and
- * &lt;applications&gt elements and listing the rules within. Specifying
- * a &lt;mime-type&gt or &lt;pattern&gt is the same
+ * supports adding rules using the &lt;mime-types&gt;, &lt;patterns&gt; and
+ * &lt;applications&gt; elements and listing the rules within. Specifying
+ * a &lt;mime-type&gt; or &lt;pattern&gt; is the same
  * as calling gtk_recent_filter_add_mime_type() or gtk_recent_filter_add_pattern()
  *
  * <example>
index 07a4a0a6b81ed9af42ad4e92f3492104b8248842..6aff08f2bd38025bf484817d4134997a592f5a62 100644 (file)
@@ -46,9 +46,9 @@
  * <title>GtkRecentFilter as GtkBuildable</title>
  * <para>
  * The GtkRecentFilter implementation of the GtkBuildable interface
- * supports adding rules using the &lt;mime-types&gt, &lt;patterns&gt and
- * &lt;applications&gt elements and listing the rules within. Specifying
- * a &lt;mime-type&gt, &lt;pattern&gt or &lt;application&gt is the same
+ * supports adding rules using the &lt;mime-types&gt;, &lt;patterns&gt; and
+ * &lt;applications&gt; elements and listing the rules within. Specifying
+ * a &lt;mime-type&gt;, &lt;pattern&gt; or &lt;application&gt; is the same
  * as calling gtk_recent_filter_add_mime_type(), gtk_recent_filter_add_pattern()
  * or gtk_recent_filter_add_application().
  *